ActiveReports Developer 7
AddRange(Page[]) Method
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > PagesCollection Class > AddRange Method : AddRange(Page[]) Method

pages
Array of pages to be added to the collection.

Glossary Item Box

Adds the specified array of Page objects to the collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub AddRange( _
   ByVal pages() As Page _
) 
C# 
public void AddRange( 
   Page[] pages
)

Parameters

pages
Array of pages to be added to the collection.

See Also